|
|
|
|
ForeColor Property, RowHeadersClass Class |
Defines the default foreground color for all row headers that are not selected.
Syntax RowHeadersClass Class (Softelvdm.SftTreeNET)
VB |
Public Property ForeColor As Color |
C# |
public Color ForeColor { get; set; } |
C++ |
public: property Color ForeColor { |
Property Value
The default foreground color for all row headers that are not selected.
The default value is Color.ControlText.
Comments
The ForeColor property defines the default foreground color for all row headers that are not selected.
Cells can override the foreground color using the CellBaseClass.ForeColor property.
Selected cells may use the colors defined using the ForeColorSelected property instead.